Toggle Tool
API Endpoints
Toggle Tool
PATCH
Toggle Tool
Description
Enable or disable a tool dynamically.Endpoint
PATCH/v3/tools/{tool_id}
Authentication
API Key (x-api-key) must be included in the header.Path Parameters
tool_id(string) - The ID of the tool to update.
Query Parameters
enabled(boolean) - Settrueto enable orfalseto disable the tool.